.picture_windows{
    position: absolute;
    top: 118px;
    left: 125px;
    display: block;
    margin-bottom: 10px;
    width: 250px;
  }
  .picture_windows .w_img1{
    position: relative;
    margin-bottom: 10px;
  }
  .fjrst_img img{
    width: 250px;
  }
  .close_Windows a{
    display: block;
  }
  .picture_windows .close_Windows{
    position: absolute;
    font-size: 18px;
    text-align: center;
    top: -1px;
    left: 218px;
    width: 30px;
    height: 30px;
    z-index: 1000;
    cursor: pointer;
  }

 .showscode{
                   position: absolute;
                top:0;
                left: 15%;
                   width: 180px;
                  height: 220px;
                  text-align: center;
                  padding: 10px 0px 0px;
                  box-shadow: 0px 0px 10px 0px rgb(182 180 181 );
                  background: #fff;
                
              }
              .showscode>img{
              		width:150px;
                  height: 150px;
              }
               .showscode>p{
                 margin: 18px 0 0 0;
                  font-weight: bold;
                  font-size: 15px;
               }

#pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

#pop>.content {

    width: 500px;
}

#pop>.off {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#pop>a {
    position: absolute;
    display: inline-block;
    width: 138px;
    height: 52px;
    /* border: 1px solid; */
}

#pop>.url1 {
    bottom: 143px;
    left: 101px;
}

#pop>.url2 {
    bottom: 143px;
    right: 101px;
}

#pop>.url3 {
    bottom: 71px;
    left: 101px;
}

#pop>.url4 {
    bottom: 71px;
    right: 101px;
}

.body_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 10000;
    opacity: 0.5;
}